home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Final Fantasy the Spirits Within Cardz
/
Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso
/
pc
/
assets
/
sid-photogallery.dcr
/
00029_firstbutton.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-22
|
415 b
|
25 lines
global buttonchecker
on mouseUp
puppetSound(1, "Clicker")
if buttonchecker = 0 then
set the loc of sprite 25 to point(689, 394)
sprite(24).visible = 1
buttonchecker = 1
else
if buttonchecker = 1 then
set the loc of sprite 25 to point(689, 375)
sprite(24).visible = 0
buttonchecker = 0
end if
end if
end
on mouseEnter
cursor(280)
end
on mouseLeave
cursor(-1)
end